Skip to content

RDKEVD-8726: Audio Remains Muted and Volume Reports 0 After Standby R… - #163

Open
yeshwanth-nagaswamy wants to merge 1 commit into
developfrom
feature/rdkevd-8726-mute
Open

RDKEVD-8726: Audio Remains Muted and Volume Reports 0 After Standby R…#163
yeshwanth-nagaswamy wants to merge 1 commit into
developfrom
feature/rdkevd-8726-mute

Conversation

@yeshwanth-nagaswamy

Copy link
Copy Markdown

…eboot When Panel Is Woken Up via FFV

https://ccp.sys.comcast.net/browse/RDKEVD-8726

Copilot AI lite review requested due to automatic review settings August 10, 2026 10:41
@yeshwanth-nagaswamy
yeshwanth-nagaswamy requested a review from a team as a code owner August 10, 2026 10:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Yocto middleware IPK feed configuration to pick up artifacts associated with RDKEVD-8726 (issue: audio remains muted / volume reports 0 after standby reboot when waking panel via FFV).

Changes:

  • Sets RELEASE_NUM to RDKEVD-8726.
  • Switches MW_IPK_PATH from middleware-rel/... to middleware-dbg/... for middleware IPK feed resolution.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

RELEASE_NUM = "RDKEVD-8726"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
Comment thread conf/machine/include/middleware.inc Outdated
PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.7.1.0"
RELEASE_NUM = "RDKEVD-8726"
Copilot AI review requested due to automatic review settings August 11, 2026 06:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (2)

conf/machine/include/middleware.inc:10

  • MW_IPK_PATH is switched to middleware-dbg/... while the OSS feed (conf/machine/include/oss_mw.inc) still uses middleware-rel/.... This will produce mixed feeds (debug proprietary + release OSS) and is likely to break artifact resolution unless the server is intentionally structured this way.
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"

conf/machine/include/middleware.inc:8

  • RELEASE_NUM has historically tracked the middleware release version (e.g., CHANGELOG.md currently documents 8.7.1.0). Switching it to a JIRA-based string may break any consumers/tooling or artifact layout that assumes a dotted version and also makes the release identifier inconsistent with the repo’s versioning conventions.
RELEASE_NUM = "RDKEVD-8726-r1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants